projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34598af
)
(move_it_past_eol): Add prototype.
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 3 Jan 2001 13:48:15 +0000
(13:48 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 3 Jan 2001 13:48:15 +0000
(13:48 +0000)
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index 57091aab4f4ee0f805c018db1a0ed9c13717f365..a501d6c1d4ecb8286f154d591f3ecfe3bcf502e3 100644
(file)
--- a/
src/dispextern.h
+++ b/
src/dispextern.h
@@
-2159,6
+2159,7
@@
void start_display P_ ((struct it *, struct window *, struct text_pos));
void move_it_to P_ ((struct it *, int, int, int, int, int));
void move_it_vertically P_ ((struct it *, int));
void move_it_by_lines P_ ((struct it *, int, int));
+void move_it_past_eol P_ ((struct it *));
int frame_mode_line_height P_ ((struct frame *));
void highlight_trailing_whitespace P_ ((struct frame *, struct glyph_row *));
int tool_bar_item_info P_ ((struct frame *, struct glyph *, int *));